home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / s2r110.zip / S2R.DOC < prev    next >
Text File  |  1992-03-14  |  8KB  |  281 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                    ▄▄▄▄            ▄▄▄▄▄▄▄                      
  12.                     ▄▄             ▄▄                           
  13.                     ▄▄  ▄▄▄▄▄▄     ▄▄     ▄▄▄▄▄   ▄▄▄▄▄   ▄▄▄▄▄ 
  14.                     ▄▄  ▄▄   ▄▄    ▄▄▄▄▄▄     ▄▄ ▄▄      ▄▄   ▄▄
  15.                     ▄▄  ▄▄   ▄▄    ▄▄     ▄▄▄▄▄▄  ▄▄▄▄▄  ▄▄▄▄▄▄▄
  16.                     ▄▄  ▄▄   ▄▄    ▄▄    ▄▄   ▄▄      ▄▄ ▄▄     
  17.                    ▄▄▄▄ ▄▄   ▄▄    ▄▄     ▄▄▄▄▄▄ ▄▄▄▄▄▄   ▄▄▄▄▄▄
  18.  
  19.                                P R O D U C T I O N S
  20.  
  21.  
  22.                                      Presents:
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                                         S2R
  36.  
  37.                       a Super BBS to Remote Access convertor.
  38.  
  39.                (c) 1991,92 by In Fase Productions, The Netherlands.
  40.  
  41.                             Written and compiled using
  42.  
  43.                                Turbo pascal v6.0 by
  44.  
  45.                                   Richard Faasen,
  46.  
  47.              sysop of In Fase BBS +31-1840-21818 & 10261 [2:285/311].
  48.  
  49.                              Release date: 14-Mar-1992
  50.         What is S2R?
  51.         ──────────────────────────────────────────────────────────────────
  52.         S2R  is a convertor  that lets  you run almost  every Remote Access
  53.         door on a Super  BBS bulletin board system. S2R takes the following
  54.         steps:
  55.  
  56.         ■ Creates a directory under the current directory named "FAKERA";
  57.         ■ Makes that directory the current directory;
  58.         ■ Copies ..\DorInfo?.Def to .\DorInfo1.Def;
  59.         ■ Converts ..\ExitInfo.BBS to .\ExitInfo.BBS including  UsersXIInfo
  60.           (From SUSERS.BBS);
  61.         ■ Converts CONFIG.BBS, SCONFIG.BBS  and BOARDS.BBS to CONFIG.RA and
  62.           MESSAGES.RA;
  63.         ■ Converts LIMITS.BBS to LIMITS.CTL;
  64.         ■ Converts FLSEARCH.BBS to FILES.RA;
  65.         ■ Converts SUSERON.BBS to USERON.BBS;
  66.         ■ Sets the RA environment variable to the current directory;
  67.         ■ Executes program specified on the commandline;
  68.         ■ Converts  .\ExitInfo.BBS  back  to  ..\ExitInfo.BBS  and  updates
  69.           SUSERS.BBS;
  70.  
  71.         This makes it possible to run  a lot of RA doors with SBBS. S2R has
  72.         been tested with  Super BBS v1.15 and  v1.16Γ, using some RA  v1.11
  73.         doors.
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.         Super BBS to Remote Access v1.10                             Page 1
  108.         Installation
  109.         ──────────────────────────────────────────────────────────────────
  110.         ■ Just  install  the  door  following instructions  stated  in  the
  111.           document of the door.
  112.         ■ Then place S2R.EXE and  one or more S2R  options on the  optional
  113.           datafield before the program name.
  114.         ■ In  most cases  *E should be  included on  the optional datafield
  115.           for  correct time updating (if the door changes the time or other
  116.           user information).
  117.  
  118.         The  first commandline option for  S2R must consist of  at least on
  119.         character.  Each character refers  to a Remote Access configuration
  120.         file  which should be  created by S2R. The  order of the options is
  121.         not important, but  it is required to specify  at least one option.
  122.         These options are currently defined:
  123.  
  124.         F   Create FILES.RA. When  your door requires access to this  file,
  125.             please include an F in the option list.
  126.  
  127.         L   Create  LIMITS.CTL. In most  cases this  file is  not required.
  128.             With RADU doors however it  can be useful, it enables the sysop
  129.             to change the user's security level from within the  door. When
  130.             you use such doors, please include an L in the option list.
  131.  
  132.         M   Create  MESSAGES.BBS. When  your door  requires access  to this
  133.             file, please include an M in the option list.
  134.  
  135.         U   Create  USERON.BBS.  Some  doors,  including  all  RADU  doors,
  136.             require this file for correct operation on  multi-line systems.
  137.             If you use such doors please include a U in the option list.
  138.  
  139.         *N  If  you are  running  a multi-line  system and  have configured
  140.             SBBS to create DORINFO?.DEF files, please include an *N  in the
  141.             option list.
  142.  
  143.         N   S2R  requires  at least  one option,  when you  don't  need any
  144.             option please include an N in the option list.
  145.  
  146.         You can  simply put the  options FLMU on  the commandline for  each
  147.         door  you use, but  to speed up execution  it is possible to create
  148.         only the required files.
  149.         Example:
  150.  
  151.         Installation of a door in Remote Access:
  152.  
  153.         Menu type     : Execute door (Type 7)
  154.         Optional data : \DOORS\TETRA.EXE
  155.         Hotkey        : T
  156.  
  157.         Would in SBBS be:
  158.  
  159.         Menu type     : Execute door (Type 7)
  160.         Optional data : \DOORS\S2R.EXE LU*N \DOORS\TETRA.EXE *E
  161.         Hotkey        : T
  162.  
  163.  
  164.  
  165.         Super BBS to Remote Access v1.10                             Page 2
  166.         Legal Stuff / standard disclaimer
  167.         ──────────────────────────────────────────────────────────────────
  168.         ■ In  no  event shall  In Fase  productions nor  Richard  Faasen be
  169.           liable  to  you  or  anyone else  for  any  damages  directly  or
  170.           indirectly caused by S2R.
  171.         ■ All executables and documents are copyrighted 1991,92  by Richard
  172.           Faasen  and In  Fase Productions. You may  however make copies of
  173.           S2R  as much  as you  want as  long as  it is  in its  entire and
  174.           unmodified state and NO  money or other compensation is asked  or
  175.           accepted.
  176.         ■ S2R is not public domain, however it's free of charge.
  177.         ■ S2R  may be  included in  every door  you write,  as long  as you
  178.           include the whole package and don't modify any file  or copyright
  179.           notice.
  180.         ■ All  brands  and productnames  named  in  this documentation  are
  181.           trademarks or registered trademarks of their respective holders.
  182.         ■ S2R may NOT be used in a commercial or terroristic environment.
  183.  
  184.  
  185.         Files in this package
  186.         ──────────────────────────────────────────────────────────────────
  187.         You  should  only distribute  S2R  in an  archive called  S2R-110.*
  188.         (.ZIP, etc), containing the following files:
  189.  
  190.         S2R.EXE   The main program.
  191.         S2R.DOC   This document.
  192.         IFP.LST   Information about other In Fase Productions.
  193.  
  194.  
  195.         Contacting the author
  196.         ──────────────────────────────────────────────────────────────────
  197.         If you  want to contact  the author,  (for bugreports  or tips  for
  198.         future versions  etc.) please  use  following  address, or  send  a
  199.         message by netmail:
  200.  
  201.         Richard Faasen
  202.         Koningsweer 72
  203.         3363 XJ  Sliedrecht
  204.         The Netherlands
  205.  
  206.         FIDOnet:  2:285/311
  207.  
  208.         Or call In Fase BBS:  +31-1840-21818 (HST/DS v32bis) or
  209.                               +31-1840-10261 (up to 2400bps)
  210.  
  211.         Thanks for your support!
  212.  
  213.  
  214.         How to obtain the latest version of S2R
  215.         ──────────────────────────────────────────────────────────────────
  216.         I don't think a new version  of S2R will be released,  if however a
  217.         new  version appears,  it will  be requestable/downloadable  at the
  218.         system  stated  above.  For filerequests  you  can  use  the  magic
  219.         filename S2R.
  220.  
  221.  
  222.  
  223.         Super BBS to Remote Access v1.10                             Page 3
  224.         Thanks!
  225.         ──────────────────────────────────────────────────────────────────
  226.         I would  like to thank some people who have helped me with testing,
  227.         tips,  bug reports  etc. Thanks Aki Antman,  for your fast support,
  228.         and Narda van Mazijk, for all your time and frustrations:-))
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.         Super BBS to Remote Access v1.10                             Page 4